NevronOpenVision
Nevron.Nov.UI Namespace / NScrollerBase<TThumb,TShaft> Class
Fields Properties Methods Events


NScrollerBase<TThumb,TShaft> Class Members

The following tables list the members exposed by NScrollerBase<TThumb,TShaft>.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the Decrease Shaft Button child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the EndScrolling event.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Increase Shaft Button child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the LargeChange property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NScrollerBase.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Scroll event.  
Public Fieldstatic (Shared in Visual Basic)Reference to the SmallChange property  
Public Fieldstatic (Shared in Visual Basic)Reference to the SnappingStep property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the StartScrolling event.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Thumb Button child.  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyReference to the Decrease Shaft Button child  
Public PropertyGets or sets the increase shaft button  
Public PropertyGets or sets the large change.  
Public PropertyGets or sets the small change.  
Public PropertyGets or sets the snapping step. By default set to 0, which means that no snapping will be applied when the thumb is dragged.  
Public PropertyReference to the Thumb child  
Top
Public Methods
 NameDescription
Public MethodMust override to get the thumb value from a position.  
Public MethodSnaps the given value to the snapping step.  
Top
Protected Methods
 NameDescription
Protected MethodCreates the thumb of this scroller.  
Protected MethodGiven a shaft start and length and a coordinate gets the thumb value.  
Protected MethodGets the thumb value from the specified coordinate  
Protected MethodCalled when a button in this scroller has been clicked.  
Protected MethodCalled when the decrease shaft button was clicked.  
Protected MethodRaises the EndScrolling event  
Protected MethodCalled when the increase shaft button was clicked.  
Protected MethodCalled when the LargeChange property has changed.  
Protected MethodCalled when an owned repreat button stops continuos clicking  
Protected MethodCalled when an owned repeat button start continuos clicking  
Protected MethodRaises the scroll event. If it is not canceled, updates the scroller value if the new value.  
Protected MethodRaises the StartScrolling event  
Protected MethodCalled when the scrollbar thumb is dragged. This implementation simply updates the scrollbar value  
Protected MethodCalled when the scrollbar thumb stops to be dragged. Raises the end scrolling event.  
Protected MethodCalled when the scrollbar thumb starts to be dragged. Raises the start scrolling event.  
Internal MethodOverridden.   
Top
Public Events
 NameDescription
Public EventEvent, which occurs when the scroller stops to raise continuous scroll events.  
Public EventEvent, which occurs when the scroller is scrolled  
Public EventEvent, which occurs before the scroller starts to raise continuous scroll events.  
Top
See Also